Click or drag to resize

ServiceDeleteRule Method (String, String)

Deletes the rule.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public RuleOperationResponse DeleteRule(
	string ruleId,
	string smtpEmailAddress
)

Parameters

ruleId
Type: SystemString
The rule identifier.
smtpEmailAddress
Type: SystemString
The SMTP email address.

Return Value

Type: RuleOperationResponse
RuleOperationResponse.
See Also